home *** CD-ROM | disk | FTP | other *** search
/ Small Time Crooks Press Kit / Small Time Crooks Press Kit.iso / pc / Small Time Crooks.dxr / Scripts_35_roll exchange.ls < prev    next >
Encoding:
Text File  |  2000-04-30  |  732 b   |  25 lines

  1. on exitFrame
  2.   if rollOver(13) then
  3.     puppetSprite(13, 1)
  4.     set the memberNum of sprite 13 to the number of member "produ up"
  5.   else
  6.     set the memberNum of sprite 13 to the number of member "produ sit"
  7.     puppetSprite(13, 0)
  8.   end if
  9.   if rollOver(15) then
  10.     puppetSprite(15, 1)
  11.     set the memberNum of sprite 15 to the number of member "mainback up"
  12.   else
  13.     set the memberNum of sprite 15 to the number of member "mainback sit"
  14.     puppetSprite(15, 0)
  15.   end if
  16.   if rollOver(46) then
  17.     puppetSprite(46, 1)
  18.     set the memberNum of sprite 46 to the number of member "soundDial roll"
  19.   else
  20.     set the memberNum of sprite 46 to the number of member "soundDial up"
  21.     puppetSprite(46, 0)
  22.   end if
  23.   go(the frame)
  24. end
  25.